﻿.form-group {
	margin-top:15px;
	
	
}
.checkbox-inline, .radio, .checkbox {
	
	margin-top:5px;
}
.control-label {
	
	margin-top:7px;
	text-align:right;
}
#date1, #date2 {
	
	max-width:90px;
	float:left;
}
#date1 {
	
	margin-right:15px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e71b22;
    border-color: #e71b22;
    cursor: default;
}